runtime.dloggerImpl.u64 (method)

6 uses

	runtime (current package)
		debuglog.go#L264: 	return l.u64(uint64(x))
		debuglog.go#L272: 	return l.u64(uint64(x))
		debuglog.go#L280: 	return l.u64(uint64(x))
		debuglog.go#L288: 	return l.u64(uint64(x))
		debuglog.go#L296: 	return l.u64(uint64(x))
		debuglog.go#L303: func (l *dloggerImpl) u64(x uint64) *dloggerImpl {